3.130 \(\int \frac {x}{(5-4 x-x^2)^{3/2}} \, dx\)

Optimal. Leaf size=23 \[ \frac {5-2 x}{9 \sqrt {-x^2-4 x+5}} \]

[Out]

1/9*(5-2*x)/(-x^2-4*x+5)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {636} \[ \frac {5-2 x}{9 \sqrt {-x^2-4 x+5}} \]

Antiderivative was successfully verified.

[In]

Int[x/(5 - 4*x - x^2)^(3/2),x]

[Out]

(5 - 2*x)/(9*Sqrt[5 - 4*x - x^2])

Rule 636

Int[((d_.) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[(-2*(b*d - 2*a*e + (2*c*
d - b*e)*x))/((b^2 - 4*a*c)*Sqrt[a + b*x + c*x^2]), x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] &&
NeQ[b^2 - 4*a*c, 0]

Rubi steps

\begin {align*} \int \frac {x}{\left (5-4 x-x^2\right )^{3/2}} \, dx &=\frac {5-2 x}{9 \sqrt {5-4 x-x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 23, normalized size = 1.00 \[ \frac {5-2 x}{9 \sqrt {-x^2-4 x+5}} \]

Antiderivative was successfully verified.

[In]

Integrate[x/(5 - 4*x - x^2)^(3/2),x]

[Out]

(5 - 2*x)/(9*Sqrt[5 - 4*x - x^2])

________________________________________________________________________________________

fricas [A]  time = 0.86, size = 29, normalized size = 1.26 \[ \frac {\sqrt {-x^{2} - 4 \, x + 5} {\left (2 \, x - 5\right )}}{9 \, {\left (x^{2} + 4 \, x - 5\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x^2-4*x+5)^(3/2),x, algorithm="fricas")

[Out]

1/9*sqrt(-x^2 - 4*x + 5)*(2*x - 5)/(x^2 + 4*x - 5)

________________________________________________________________________________________

giac [A]  time = 0.61, size = 29, normalized size = 1.26 \[ \frac {\sqrt {-x^{2} - 4 \, x + 5} {\left (2 \, x - 5\right )}}{9 \, {\left (x^{2} + 4 \, x - 5\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x^2-4*x+5)^(3/2),x, algorithm="giac")

[Out]

1/9*sqrt(-x^2 - 4*x + 5)*(2*x - 5)/(x^2 + 4*x - 5)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 26, normalized size = 1.13 \[ \frac {\left (x +5\right ) \left (x -1\right ) \left (2 x -5\right )}{9 \left (-x^{2}-4 x +5\right )^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(-x^2-4*x+5)^(3/2),x)

[Out]

1/9*(x+5)*(x-1)*(2*x-5)/(-x^2-4*x+5)^(3/2)

________________________________________________________________________________________

maxima [A]  time = 1.34, size = 30, normalized size = 1.30 \[ -\frac {2 \, x}{9 \, \sqrt {-x^{2} - 4 \, x + 5}} + \frac {5}{9 \, \sqrt {-x^{2} - 4 \, x + 5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x^2-4*x+5)^(3/2),x, algorithm="maxima")

[Out]

-2/9*x/sqrt(-x^2 - 4*x + 5) + 5/9/sqrt(-x^2 - 4*x + 5)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 19, normalized size = 0.83 \[ -\frac {2\,x-5}{9\,\sqrt {-x^2-4\,x+5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(5 - x^2 - 4*x)^(3/2),x)

[Out]

-(2*x - 5)/(9*(5 - x^2 - 4*x)^(1/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x}{\left (- \left (x - 1\right ) \left (x + 5\right )\right )^{\frac {3}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(-x**2-4*x+5)**(3/2),x)

[Out]

Integral(x/(-(x - 1)*(x + 5))**(3/2), x)

________________________________________________________________________________________